AddAttachment(String,Byte[],RectangleF,AttachmentIconEnum,Color) Method
In This Topic
Adds a stream-based attachment to the current page.
Syntax
Parameters
- attachmentName
- Name to be shown next to the attachment.
- attachmentData
- Byte array containing the attachment data.
- rc
- Area of the page that will contain the attachment (in points measured from the top-left corner of the page).
- icon
- AttachmentIconEnum value that determines the appearance of the attachment icon.
- iconColor
- The color of the attachment icon.
See Also